.mobileMenu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .acWrapper {
    background-image: url("../images/mailEraPoster.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .fancybox-close {
    top: -10px;
    right: -5px;
  }

  .hashTagCovid.desktop {
    display: block;
  }

  .hashTagCovid.mobile {
    display: none;
  }

  footer header {
    display: none;
  }

  .webWrapper {
    position: relative;
    z-index: 99;
    background: #fff;
    overflow-x: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  .mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #f1f1f1;
    width: 250px;
    transition: 0.5s;
    display: none;
    z-index: 99;
  }

  .mobileMenu ul.topMenu {
    padding: 20px 0px;
    margin-top: 0px;
  }

  .mobileMenu ul li ul.subMenu {
    display: none;
  }

  .mobileMenu ul li ul.subMenu li {
    padding: 0px;
    border-bottom: none;
  }

  .mobileMenu ul li ul.subMenu:after,
  .mobileMenu ul li ul.subMenu:before {
    display: none;
  }

  .mobileMenu ul li.mobile-menu-active ul.subMenu {
    display: block;
  }

  .mobileMenu ul.topMenu li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0px 20px;
  }

  .mobileMenu ul.topMenu li.requestDemoBtn {
    background: red;
  }

  .mobileMenu ul.topMenu li.requestDemoBtn a {
    color: #fff;
  }

  .mobileMenu ul.topMenu li i.fa {
    position: absolute;
    background: transparent;
    right: 10px;
    left: auto;
    top: 24px;
    padding: 2px 6px;
    text-align: center;
    transform: translate(0%, -50%);
    font-size: 24px;
    z-index: 9;
    display: block;
  }

  .mobileMenu ul li a {
    padding: 12px 0px;
    color: #444343;
    text-decoration: none;
    cursor: pointer;
    font-family: "TTNorms-Medium";
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
  }

  .burgerMenu {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.1s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
  }

  header .row .col.span_4 {
    width: 100%;
  }

  header .row .col.span_8 {
    width: 0;
  }

  .logoWrapper.styleChange {
    padding: 12px 0px;
    margin: 0 auto;
  }

  .mobileMenu .logoWrapper.styleChange {
    max-width: 100%;
    padding: 10px 96px 10px 20px;
    border-bottom: 1px solid #ccc;
  }

  header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    transform: initial;
  }

  .intro img {
    max-width: 244px;
  }

  .container.doMoreBg.extra {
    padding: 0px;
  }

  .doMore h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .doMoreContent {
    padding: 3rem 0rem 3rem 3rem;
  }

  .eachRow {
    margin: 2rem 0;
  }

  .clientContent h2 {
    font-size: 30px;
  }

  .newsBlock ul {
    margin: 0px -10px;
  }

  .newsBlock ul li {
    margin: 0px 10px;
  }

  .doMore h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .doMoreContent {
    padding: 3rem 3rem 3rem 3rem;
  }

  .sixAdvanteges ul li strong {
    width: 120px;
    height: 120px;
  }

  .sixAdvanteges ul li:nth-child(odd):after {
    width: 160px;
    height: 80px;
    transform: translate(-80px, 0px);
  }

  .sixAdvanteges ul li:nth-child(even):before {
    width: 160px;
    height: 80px;
    transform: translate(-80px, 0px) rotate(180deg);
    top: -16%;
  }

  .sixAdvanteges ul li {
    margin: 0px 11px;
  }

  .sixInsideContent h3 {
    font-size: 34px;
  }

  .advantagesOfMail > ul {
    width: 900px;
  }

  .caseStudies img {
    width: 90%;
  }

  .designationGroup {
    max-width: 800px;
  }
} /*media 1024 end*/

@media only screen and (max-width: 768px) {
  .bannerWrapper {
    margin-top: 64px;
  }

  .bannerWrapper {
    margin-top: 64px;
  }

  .intro {
    padding: 70px 20px;
  }

  .intro h5 {
    font-size: 24px;
  }

  .intro .imgsrc img {
    height: 12px;
  }

  .intro span {
    font-size: 20px;
  }

  .smallCard {
    padding: 6rem 1rem 1rem 1rem;
  }

  .smallCard img.imgtitle {
    height: 12px;
  }

  .smallCard p {
    font-size: 13px;
    line-height: 20px;
  }

  .hashTagCovid p {
    font-size: 14px;
  }

  .rowLine {
    flex-direction: column;
  }

  .rowLine .doMore {
    width: 100%;
  }

  .doMore h1 {
    text-align: center;
  }

  .rowLine .doMoreContent {
    width: 100%;
  }

  .doMoreContent:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    left: 50%;
    right: auto;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .doMoreContent:after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    background-color: #e73737;
    position: absolute;
    top: 0px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .doMoreContent {
    padding: 3rem 0rem 3rem 0rem;
  }

  .doMoreContent p {
    text-align: center;
  }

  .eachRow {
    flex-direction: column;
  }

  .offerimageWrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .eachRow .offerimageWrapper:after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    background-color: #e73737;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .offerContent {
    width: 100%;
  }

  .innerOfferContent,
  .innerOfferContent p {
    width: 100%;
    text-align: center;
  }

  .offerContent h2 > a {
    display: block;
    text-align: center;
  }

  .outerWrap .eachRow .offerContent h2 a img {
    height: 50px;
  }

  .offerContent li {
    text-align: center;
    line-height: 20px;
  }

  .btnGroup {
    justify-content: center;
  }

  .eachRow.ulta {
    flex-direction: column;
  }

  .eachRow.ulta .offerimageWrapper {
    border-left: none;
    border-bottom: 1px solid #ccc;
  }

  .eachRow.ulta .offerimageWrapper:after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    background-color: #e73737;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    bottom: -8px;
  }

  .eachRow.ulta .offerContent {
    width: 100%;
  }

  .newsBlock ul li {
    width: 47%;
  }

  .clientSpeakInner .item {
    flex-direction: column;
  }

  .clientImageWrap {
    margin-right: 0rem;
  }

  .clientSpeakOuter h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 2rem;
  }

  .clientContent {
    width: 80%;
  }

  .clientContent h2 {
    font-size: 24px;
    text-align: center;
  }

  .clientContent p {
    margin-right: 0rem;
  }

  .newsBlock ul {
    margin: 0px -14px;
    justify-content: center;
  }

  .newsBlock ul li {
    margin: 14px 14px;
    width: 43%;
  }

  .rowLineAbout {
    flex-direction: column;
  }

  .doMore.aboutUs {
    width: 100%;
    padding: 0rem 0 3rem 0rem;
  }

  .doMore.aboutUs h1 br {
    display: none;
  }

  .doMoreContent {
    padding: 3rem 3rem 0rem 3rem;
    width: 100%;
  }

  .portFolio ul li img {
    width: 210px;
    height: 210px;
  }

  section.ourManagement {
    padding-bottom: 0rem;
  }

  .domoreEra {
    padding: 0rem 3rem 3rem 3rem;
  }

  section.newEra {
    padding: 0rem 3rem 3rem 3rem;
  }

  .domoreEraNew h3 {
    font-size: 30px;
  }

  .domoreEraNew {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }

  .acUncappable {
    padding: 2rem 0;
  }

  .acEachRow {
    flex-direction: column;
  }

  .acEachRow .leftUncappable {
    width: 100%;
  }

  .leftUncappable ul li {
    text-align: center;
    margin: 8px 0px;
  }

  .acEachRow .rightUncappable {
    width: 100%;
  }

  .acEachRow.opposite {
    flex-direction: column;
  }

  .acInsideWrapper {
    margin-bottom: 64px;
  }

  .acInsideWrapper video {
    width: 100% !important;
  }

  .sixAdvanteges ul li strong {
    font-size: 12px;
  }

  .sixAdvanteges ul li strong {
    width: 90px;
    height: 90px;
  }

  .sixAdvanteges ul li:nth-child(odd):after {
    width: 120px;
    height: 60px;
    transform: translate(-60px, 0px);
  }

  .sixAdvanteges ul li:nth-child(even):before {
    width: 120px;
    height: 60px;
    transform: translate(-60px, 0px) rotate(180deg);
    top: -16%;
  }

  .sixAdvanteges ul li {
    margin: 0px 8px;
  }

  .sixInsideContent {
    flex-direction: column;
  }

  .sixLeftContent {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .sixInsideContent ul li {
    text-align: center;
  }

  .sixLeftContent:after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    background-color: #e73737;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    bottom: -8px;
  }

  .sixRightContent {
    width: 100%;
  }

  .sixContentWrapper {
    border-top: none;
    border-bottom: none;
  }

  .advantagesOfMail > ul {
    width: 700px;
  }

  .advantagesOfMail > ul > li {
    width: 45%;
  }

  .advantagesOfMail > ul > li > ul > li .contentIcon h5 {
    text-align: left;
  }

  section.acWrapper {
    margin-top: 64px;
  }

  .posterContent.postid-63 h5 {
    font-size: 16px;
  }

  .posterContent.postid-63 img {
    height: 20px;
  }

  .posterContent.postid-63 p {
    font-size: 16px;
  }

  .chatBoats table {
    width: 700px;
  }

  .designationGroup {
    max-width: 700px;
  }
} /*media 768 end*/

@media only screen and (max-width: 540px) {
  .caseStudies:nth-child(odd),
  .caseStudies:nth-child(even) {
    float: none;
    width: 100%;
  }
  .insideWrapper {
    flex-direction: column;
  }

  .intro {
    padding: 20px 20px;
    box-shadow: none;
  }

  .bannerWrapper {
    position: relative;
  }

  .hashTagCovid.desktop {
    display: none;
  }

  .hashTagCovid.mobile {
    position: static;
    padding: 0px 20px;
    display: flex;
    border-bottom: 1px solid #797171;
  }

  .intro img {
    max-width: 340px;
  }

  .home .smallCard {
    margin: 0px 0px;
  }

  .doMore h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .doMoreContent {
    padding: 3rem 0rem 0rem 0rem;
  }

  .doMore {
    padding: 1rem 0 1rem 0rem;
  }

  .doMore.aboutUs {
    padding: 0rem 0 2rem 0rem;
  }

  .doMoreContent {
    padding: 3rem 1rem 0rem 1rem;
  }

  .portFolio ul {
    flex-direction: column;
  }

  .portFolio ul li {
    margin-bottom: 2rem;
  }

  .domoreEra h3 {
    font-size: 40px;
  }

  .acInsideWrapper {
    margin-bottom: 0px;
  }

  .domoreEraNew h3 img {
    height: 16px;
  }

  .domoreEraNew h3 {
    font-size: 16px;
  }

  .clientContent h2 {
    font-size: 20px;
  }

  .acInsideWrapper video {
    height: 38vh !important;
  }

  .advantagesOfMail h3 {
    font-size: 30px;
  }

  .advantagesOfMail h3 img {
    height: 24px;
  }

  .advantagesOfMail > ul {
    flex-direction: column;
    align-items: center;
  }

  .advantagesOfMail > ul > li {
    width: 70%;
    margin: 0px;
  }

  .sixAdvanteges ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
  }

  .sixAdvanteges ul li {
    margin: 40px 8px;
  }

  .sixAdvanteges ul li strong {
    width: 120px;
    height: 120px;
  }

  .sixAdvanteges ul li:nth-child(odd):after {
    width: 160px;
    height: 80px;
    transform: translate(-80px, 0px);
  }

  .sixAdvanteges ul li:nth-child(even):before {
    width: 160px;
    height: 80px;
    transform: translate(-80px, 0px) rotate(180deg);
    top: -16%;
  }

  .sixLeftContent,
  .sixRightContent {
    padding: 4rem 2rem;
  }

  .clientImageWrap {
    height: 186px;
  }

  .posterContent.postid-63 {
    left: 50%;
  }

  .chatBoats table {
    width: 500px;
  }

  .chatBoats table tr:nth-child(odd):first-child {
    display: none;
  }

  .chatBoats table tr {
    height: initial;
    display: flex;
    flex-direction: column;
  }

  .chatBoats table tr td {
    width: 100%;
    padding-left: 45%;
    position: relative;
    border-bottom: 1px solid #ccc;
  }

  .chatBoats table tr td:nth-child(2) {
    width: 100%;
    background: transparent;
    color: #000;
  }

  .chatBoats table tr:nth-child(even) {
    background-color: #afa8a8;
  }

  .chatBoats table tr:nth-child(odd) {
    background-color: #fff;
  }

  .chatBoats table tr td:first-child:before {
    content: "Feature";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .chatBoats table tr td:nth-child(2):before {
    content: "AssistedClosure";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .chatBoats table tr td:nth-child(3):before {
    content: "Chatbot";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .chatBoats table tr:nth-child(even):last-child {
    display: none;
  }

  .designationGroup {
    justify-content: center;
  }

  .designation {
    width: 80%;
  }
} /*media 540 end*/

@media only screen and (max-width: 420px) {
  .restCard {
    flex-direction: column;
  }

  .smallCard {
    width: 100%;
  }

  .doMore h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .doMore h1 br {
    display: none;
  }

  .rowLine {
    width: 90%;
  }

  .rowLine .doMoreContent {
    padding: 20px 0px;
  }

  .doMoreContent p {
    margin-bottom: 0px;
  }

  .smallCard img.imgtitle {
    height: 20px;
  }

  .smallCard p {
    font-size: 20px;
  }

  .intro h5 {
    font-size: 30px;
  }

  .intro .imgsrc img {
    height: 20px;
  }

  .intro span {
    height: 30px;
  }

  .intro p {
    font-size: 20px;
    line-height: 26px;
  }

  .hashTagCovid p {
    line-height: 20px;
  }

  .outerWrap .eachRow .offerContent h2 a img {
    height: 30px;
  }

  .slide .item {
    max-width: 150px;
  }

  .offerContent a {
    padding: 6px 12px;
  }

  .clientImageWrap {
    height: 112px;
  }

  .clientContent p {
    text-align: center;
  }

  .clientContent img {
    width: 14px;
  }

  .clientContent h2 sup {
    top: -5px;
  }

  .clientContent h2 sub {
    top: 5px;
  }

  .clientContent h2 {
    font-size: 12px;
  }

  .newsBlock ul {
    margin: 0px;
  }

  .newsBlock ul li {
    width: 100%;
  }

  .slideAboutUs .item {
    max-width: 150px;
  }

  .restCardEra.aboutusOffer {
    flex-direction: column;
  }

  .domoreEra {
    padding: 0rem 14px 3rem 14px;
  }

  .domoreEra h3 {
    font-size: 30px;
  }

  section.newEra {
    padding: 0rem 14px 3rem 14px;
  }

  .leftUncappable h3 {
    font-size: 30px;
  }

  .restCardEra {
    flex-direction: column;
  }

  .acInsideWrapper video {
    height: 32vh !important;
  }

  .sixAdvanteges h3 {
    font-size: 24px;
  }

  .sixLeftContent,
  .sixRightContent {
    padding: 4rem 14px;
  }

  .sixInsideContent h3 {
    font-size: 24px;
  }

  .mileStones h1 {
    font-size: 30px;
  }

  .mileStones ul li h3 {
    font-size: 24px;
  }

  .advantagesOfMail h3 {
    font-size: 18px;
  }

  .advantagesOfMail h3 img {
    height: 18px;
  }

  .advantagesOfMail > ul {
    width: 320px;
  }

  .advantagesOfMail > ul > li {
    width: 80%;
  }

  .innerleftUncappable {
    width: 90%;
  }

  .sixAdvanteges p span br {
    display: none;
  }

  .chatBoats h3 {
    font-size: 24px;
  }

  .chatBoats table {
    width: 310px;
  }

  .sixInsideContent ul li {
    margin: 5ps 0px;
  }

  .sixAdvanteges p br {
    display: none;
  }

  .sixAdvanteges p {
    padding: 0px 10px;
  }

  .caseDetailEachRow {
    flex-direction: column;
  }

  .detailWrapperDesign {
    width: 280px;
    padding: 0px 10px 20px 10px;
  }

  .caseDetail {
    margin-bottom: 0px;
  }

  .careerBanner {
    margin-top: 64px;
  }

  .loveAmyGb h3 span,
  .loveAmyGb h3 {
    font-size: 24px;
  }

  .loveAmyGb p {
    font-size: 16px;
    padding: 0px 10px;
  }

  .hireList h2 {
    padding: 10px 20px;
  }

  .designation {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .designation h3 {
    font-size: 20px;
    text-align: center;
  }

  .designation p {
    text-align: center;
  }

  .APNForm {
    width: 280px;
  }

  .formHeadApply h3,
  .formHeadApply h3 span {
    font-size: 20px;
    line-height: 30px;
  }

  .formHeadApply h4,
  .formHeadApply h5 {
    font-size: 16px;
  }

  .contactPage {
    padding: 20px;
  }

  .APNForm .contactPage .eachWrapperRow {
    flex-direction: column;
  }

  .relatedColumnApply {
    width: 100%;
    margin-bottom: 0px;
  }

  .relatedColumnApply input::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .relatedColumnApply textarea::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .relatedColumnApply.cvWrapper {
    flex-direction: column;
    align-items: center;
  }

  .relatedColumnApply label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .detailsInModal {
    padding: 2rem 14px;
    flex-direction: column;
  }

  .detailsInModal .modalImage img {
    width: 180px;
    height: 180px;
    margin: 0px;
  }

  .modalContent h3,
  .modalContent h5,
  .modalContent p {
    text-align: center;
  }

  .hobbies {
    flex-direction: column;
    align-items: center;
  }

  .rightAreaHobbies {
    padding: 0px;
  }

  .rightAreaHobbies:before {
    display: none;
  }

  .hobbies .rightAreaHobbies p {
    text-align: center;
    margin-top: 14px;
  }

  .modalContent h3 {
    font-size: 22px;
  }
} /*media 420 end*/
